Vcenter Vcha Cluster Passive CheckResult
Vcenter Vcha Cluster Passive CheckResult
The Vcenter Vcha Cluster Passive CheckResult schema contains the warnings and errors that will occur during the clone operation.
This schema was added in vSphere API 6.7.1.
JSON Example
{
"warnings": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"errors": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
array of
Vapi Std LocalizableMessage
warnings
Required
A list of problems which may require attention, but which are not fatal.
This property was added in vSphere API 6.7.1.
array of
Vapi Std LocalizableMessage
errors
Required
A list of problems which are fatal to the operation and the operation will fail.
This property was added in vSphere API 6.7.1.